Re-exports

pub use fvm_ipld_amt;
pub use fvm_ipld_hamt;
pub use self::actor_error::*;
pub use self::builtin::*;
pub use self::util::*;

Modules

Macros

Convenience macro for generating Actor Errors

Constants

The expected number of block producers in each epoch.

Traits

Functions

Create a hamt with a custom bitwidth.
Create a map with a root cid.
Create a map with a root cid.

Type Definitions

Array type used within actors. The underlying type is an AMT.
Deal weight
Map type to be used within actors. The underlying type is a HAMT.